00h Terminate Program dos interrupt int 21h function 00h mov ah,00 mov al,00 int 21h well this is the first program generally I start with, does nothing other then to terminate or end the 8086 program and return the control to console.